home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / enlightenment / e_signals.h < prev    next >
C/C++ Source or Header  |  2006-01-09  |  381b  |  17 lines

  1. /*
  2.  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  3.  */
  4. #ifdef E_TYPEDEFS
  5.  
  6. #else
  7. #ifndef E_SIGNALS_H
  8. #define E_SIGNALS_H
  9.  
  10. EAPI void e_sigseg_act(int x, siginfo_t *info, void *data);
  11. EAPI void e_sigill_act(int x, siginfo_t *info, void *data);
  12. EAPI void e_sigfpe_act(int x, siginfo_t *info, void *data);
  13. EAPI void e_sigbus_act(int x, siginfo_t *info, void *data);
  14.  
  15. #endif
  16. #endif
  17.